home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / ixemul-4.lha / ixemul-41.4 / gnulib / lshrsi3.c < prev    next >
C/C++ Source or Header  |  1994-08-19  |  93b  |  9 lines

  1. #include "common.h"
  2.  
  3. SItype
  4. __lshrsi3 (a, b)
  5.      unsigned SItype a, b;
  6. {
  7.   return a >> b;
  8. }
  9.